func net/http.htmlEscape

2 uses

	net/http (current package)
		server.go#L2423: 		body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
		server.go#L2438: func htmlEscape(s string) string {